home *** CD-ROM | disk | FTP | other *** search
- object frmAlwaysAccept: TfrmAlwaysAccept
- Left = 78
- Top = 156
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Accept e-mail from'
- ClientHeight = 260
- ClientWidth = 602
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object EsLabel1: TEsLabel
- Left = 8
- Top = 8
- Width = 473
- Height = 35
- Appearance = apCustom
- Caption = 'Always accept e-mail when:'
- ColorScheme = csCustom
- CustomSettings.ShadowColor = clOlive
- CustomSettings.ShadowDepth = 4
- CustomSettings.ShadowStyle = ssExtrude
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- OnClick = EsLabel1Click
- end
- object Label1: TLabel
- Left = 10
- Top = 171
- Width = 212
- Height = 64
- AutoSize = False
- Caption =
- 'Select an image to easily associate an incoming e-mail from a fr' +
- 'iend or mailing list.'
- WordWrap = True
- end
- object edSubject: TEdit
- Left = 396
- Top = 116
- Width = 197
- Height = 24
- TabOrder = 7
- end
- object btOK: TButton
- Left = 432
- Top = 224
- Width = 75
- Height = 27
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 10
- OnClick = btOKClick
- end
- object btCancel: TButton
- Left = 518
- Top = 224
- Width = 75
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 11
- OnClick = btCancelClick
- end
- object rbEmail: TRadioButton
- Left = 24
- Top = 56
- Width = 209
- Height = 17
- Caption = 'The explicit e-mail address is:'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = EsLabel1Click
- end
- object rbDomain: TRadioButton
- Left = 24
- Top = 88
- Width = 169
- Height = 17
- Caption = 'The domain name is:'
- TabOrder = 2
- OnClick = EsLabel1Click
- end
- object rbSubject: TRadioButton
- Left = 24
- Top = 120
- Width = 80
- Height = 17
- Caption = 'When the'
- TabOrder = 4
- OnClick = EsLabel1Click
- end
- object cbWhat: TComboBox
- Left = 231
- Top = 116
- Width = 162
- Height = 24
- HelpContext = 2001
- Style = csDropDownList
- ItemHeight = 16
- Items.Strings = (
- 'Contains'
- 'Contains (whole word)'
- 'Equals (exact match)'
- 'Starts with'
- 'Ends with')
- TabOrder = 6
- end
- object cbCase: TCheckBox
- Left = 232
- Top = 152
- Width = 273
- Height = 17
- HelpContext = 2002
- Caption = '&Check if case matters (upper/lower)'
- TabOrder = 8
- end
- object edEmail: TEdit
- Left = 232
- Top = 52
- Width = 361
- Height = 24
- Hint = 'Type in an e-mail address (cpsupport@contactplus.com)'
- TabOrder = 1
- end
- object edDomain: TEdit
- Left = 232
- Top = 84
- Width = 361
- Height = 24
- Hint = 'The domain is the part after the '#39'@'#39' symbol'
- TabOrder = 3
- end
- object cbLine: TComboBox
- Left = 109
- Top = 116
- Width = 109
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Items.Strings = (
- 'Subject:'
- 'CC:'
- 'Reply-To:'
- 'To:'
- 'Any Header')
- TabOrder = 5
- end
- object grid: TAdvStringGrid
- Left = 231
- Top = 183
- Width = 280
- Height = 25
- ColCount = 12
- DefaultColWidth = 22
- DefaultRowHeight = 21
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
- ScrollBars = ssVertical
- TabOrder = 9
- AutoSize = False
- VAlignment = vtaCenter
- EnhTextSize = False
- EnhRowColMove = False
- SortFixedCols = False
- SizeWithForm = False
- Multilinecells = False
- SortDirection = sdAscending
- SortShow = False
- EnableGraphics = True
- SortColumn = 0
- ScrollProportional = False
- HintColor = clYellow
- SelectionColor = clHighlight
- SelectionTextColor = clHighlightText
- SelectionRectangle = False
- HintShowCells = False
- PrintSettings.FooterSize = 0
- PrintSettings.HeaderSize = 0
- PrintSettings.Time = ppNone
- PrintSettings.Date = ppNone
- PrintSettings.PageNr = ppNone
- PrintSettings.Title = ppNone
- PrintSettings.Font.Charset = DEFAULT_CHARSET
- PrintSettings.Font.Color = clWindowText
- PrintSettings.Font.Height = -11
- PrintSettings.Font.Name = 'MS Sans Serif'
- PrintSettings.Font.Style = []
- PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
- PrintSettings.HeaderFont.Color = clWindowText
- PrintSettings.HeaderFont.Height = -11
- PrintSettings.HeaderFont.Name = 'MS Sans Serif'
- PrintSettings.HeaderFont.Style = []
- PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
- PrintSettings.FooterFont.Color = clWindowText
- PrintSettings.FooterFont.Height = -11
- PrintSettings.FooterFont.Name = 'MS Sans Serif'
- PrintSettings.FooterFont.Style = []
- PrintSettings.Borders = pbNoborder
- PrintSettings.Centered = False
- PrintSettings.RepeatFixedRows = False
- PrintSettings.RepeatFixedCols = False
- PrintSettings.LeftSize = 0
- PrintSettings.RightSize = 0
- PrintSettings.ColumnSpacing = 0
- PrintSettings.RowSpacing = 0
- PrintSettings.Orientation = poPortrait
- PrintSettings.PagePrefix = 'page'
- PrintSettings.FixedWidth = 0
- PrintSettings.FixedHeight = 0
- PrintSettings.UseFixedHeight = False
- PrintSettings.UseFixedWidth = False
- PrintSettings.FitToPage = fpNever
- Navigation.AllowInsertRow = False
- Navigation.AllowDeleteRow = False
- Navigation.AdvanceOnEnter = False
- Navigation.AdvanceInsert = False
- Navigation.AutoGotoWhenSorted = False
- Navigation.AdvanceDirection = adLeftRight
- Navigation.AllowClipboardShortCuts = False
- Navigation.AdvanceAuto = False
- ColumnSize.Save = False
- ColumnSize.Stretch = False
- SizeWhileTyping.Height = False
- SizeWhileTyping.Width = False
- MouseActions.AllSelect = False
- MouseActions.ColSelect = False
- MouseActions.RowSelect = False
- MouseActions.DirectEdit = False
- MouseActions.CaretPositioning = False
- GridImages = frmMain.ImageList1
- IntelliPan = ipVertical
- URLColor = clBlack
- URLShow = False
- URLFull = False
- URLEdit = False
- FixedFooters = 0
- FixedRightCols = 0
- WordWrap = False
- Lookup = False
- LookupHistory = False
- end
- end
-